home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.txt / 000103_mortier@locean-ipsl.upmc.fr_Mon Jul 23 14:42:16 2007.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: reader2.panix.com!panix!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!r34g2000hsd.googlegroups.com!not-for-mail
  2. From:  mortier <mortier@locean-ipsl.upmc.fr>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: kermit script and unix arguments
  5. Date: Mon, 09 Jul 2007 13:42:02 -0700
  6. Organization: http://groups.google.com
  7. Lines: 11
  8. Message-ID: <1184013722.056689.209050@r34g2000hsd.googlegroups.com>
  9. NNTP-Posting-Host: 81.57.18.151
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset="iso-8859-1"
  12. X-Trace: posting.google.com 1184013722 1776 127.0.0.1 (9 Jul 2007 20:42:02 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Mon, 9 Jul 2007 20:42:02 +0000 (UTC)
  15. User-Agent: G2/1.0
  16. X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9,gzip(gfe),gzip(gfe)
  17. Complaints-To: groups-abuse@google.com
  18. Injection-Info: r34g2000hsd.googlegroups.com; posting-host=81.57.18.151;
  19.    posting-account=jw5YvA0AAAA0Aej0_tk88B_XbXa4B4dO
  20. Xref: panix comp.protocols.kermit.misc:15674
  21.  
  22. Hello,
  23.  
  24. I want to use a kermit script starting with #!/usr/bin/kermit +
  25. with a line of argument (which can be empty). How the check if there
  26. are actually arguments ? In the case where there are arguement, how to
  27. put then in local kermit variables? In fact, how to mimic with kermit
  28. the linux
  29. while getops "options here" option ; do ... ?
  30.  
  31. Thanks a lot for help, Laurent
  32.